n0=/advert /me 2is stalking u wit the best script in town 2FEDS v4.2 2for 2mIRC v5.0 by [-keif-] Get It Or I'll Kick ur Fucking Face In, Asshole.
n1=/news /echo 6 $active This is version 4.2 of FEDS, ok we updated a few things since 4.0, fixed some flood protection bugz, added a few more user options and specialized kicks, also sorted the popups, to look nicer and easier to use, more updates coming soon, cya laterz, keif. [London, England ROCKS]
n2=/f1 {
n3= if (%f1 == 1) { .enable #high | .disable #protect | .disable #Dcc | .disable #DCC1 | .disable #text | .enable #texthigh | echo 6 FEDS Flood Protection | echo 2 Only Use This Mode For being Heavily Flooded! | echo 2 CTCP Protection: High | echo 2 TEXT Protection: High | echo 2 DCC Protection: On | set %f1 2 | set %ctcpprotect High | set %textprotect High | set %dccprotect High | halt }
n4= if (%f1 == 2) { .disable #high | .enable #protect | .enable #Dcc | .disable #DCC1 | .enable #text | .disable #texthigh | echo 6 FEDS Flood Protection | echo 2 CTCP Protection: Normal | echo 2 TEXT Protection: Normal | echo 2 DCC Protection: On | set %f1 3 | set %ctcpprotect Normal | set %textprotect Normal | set %dccprotect Normal | halt }
n5= if (%f1 == 3) { .disable #high | .disable #protect | .disable #Dcc | .enable #DCC1 | .disable #text | .disable #texthigh | echo 6 FEDS Flood Protection | echo 2 CTCP Protection: Off | echo 2 TEXT Protection: Off | echo 2 DCC Protection: Off | set %f1 1 | set %ctcpprotect Off | set %textprotect Off | set %dccprotect Off | halt }
n6=}
n7=/f2 {
n8= if (%f2 == 1) { .enable #high | .disable #protect | echo 6 FEDS Flood Protection | echo 2 CTCP Protection: High | set %f2 2 | set %ctcpprotect High | halt }
n9= if (%f2 == 2) { .enable #protect | .disable #high | echo 6 FEDS Flood Protection | echo 2 CTCP Protection: Normal | set %f2 3 | set %ctcpprotect Normal | halt }
n10= if (%f2 == 3) { .disable #protect | .disable #high | echo 6 FEDS Flood Protection | echo 2 CTCP Protection: Off | set %f2 1 | set %ctcpprotect Off | halt }
n11=}
n12=/f3 {
n13= if (%f3 == 1) { .enable #texthigh | .disable #text | echo 6 FEDS Flood Protection | echo 2 Text Protect High | set %f3 2 | set %textprotect High | halt }
n14= if (%f3 == 2) { .disable #texthigh | .enable #text | echo 6 FEDS Flood Protection | echo 2 Text Protect Normal | set %f3 3 | set %textprotect Normal | halt }
n15= if (%f3 == 3) { .disable #texthigh | .disable #text | echo 6 FEDS Flood Protection | echo 2 Text Protect Off | set %f3 1 | set %textprotect Off | halt }
n16=}
n17=/f4 {
n18= if (%f4 == 1) { .disable #DCC | .enable #DCC1 | echo 6 FEDS Flood Protection | echo 2 DCC protection is Off | set %f4 2 | set %dccprotect Off | halt }
n19= if (%f4 == 2) { .enable #DCC | .disable #DCC1 | echo 6 FEDS Flood Protection | echo 2 DCC protection is On | set %f4 1 | set %dccprotect On | halt }